 body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  /*padding-left: 50%; */
  margin: 0 0; 
  padding-left: 3px;
  background-color: #3C482D;
  border: solid 1px black;
  scrollbar-face-color:#3C482D; scrollbar-shadow-color:#3C482D; scrollbar-highlight-color:#C0C0C0; scrollbar-3dlight-color:#000040; scrollbar-darkshadow-color:#000040; scrollbar-track-color: #3C482D; scrollbar-arrow-color:#FFFFFF;
  text-decoration: none;
}


#header {
  background-color: #3C482D;
  width: 1022px;
  height: 55px;
  border-bottom: solid 1px white;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  margin-bottom: 1px;
  }
 
 A {
  text-decoration: none;
  color: #C0C0C0;
} 

A img {border: 0;}

#leftcolumn {
  float: left;
  width: 114px;
  background-color: #3C482D;
}

div#rightcolumn {
  width: 908px;
  margin-left: 114px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #3C482D;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
}


#footer {
  clear: both;
  margin-top: 5px;
}
